Log into the command line as root


Change to the Media directory

>cd /media/

Download a new catalog. ***REQUIRES SUFFICIENT NETWORK CONNECTION> INCLUDING DNS*****

wget http://promax.com/ftpcommon/3.2.3.blank_catalog.tar

This will go through a downloading stage. Once its done, use the ls command to make sure its there.

Remove the existing catalog ***MAKE SURE IT IS BACKED UP OR YOU DO NOT NEED THIS CATALOG ANY LONGER***

> rm -rf /media/catalog/

Unzip the new catalog while in /media/

> tar xvf 3.2.3.blank_catalog.tar

Run the command ls . You should see a new item 'catalog' .

Perform a quick check.

/etc/init.d/tapemgr stop
/etc/init.d/httpd stop
/etc/init.d/mysqld stop

> myisamchk -r /media/catalog/database/mysql/catalog/*.MYI

/etc/init.d/mysqld start
/etc/init.d/tapemgr start
/etc/init.d/httpd start








